ci: fix rawhide stages?
authorFelix Krull <f_krull@gmx.de>
Sat, 17 Oct 2020 20:51:59 +0000 (22:51 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:56 +0000 (12:53 -0400)
rust-bindings/rust/.ci/gitlab-ci-base.yml

index 68ef08586c88c55b8101dcf9706b75ae34e25bc7..afc6bbe35e9bf7c9bcc54ab49a391c804e25bc45 100644 (file)
@@ -17,6 +17,8 @@
   before_script:
     - dnf install -y cargo rust ostree-devel
     - curl -L "${SCCACHE_URL}" | tar -C /usr/bin/ -xz --wildcards --strip-components=1 '*/sccache'
+    # ??? This seems to not work correctly on Fedora Rawhide right now?
+    - ln -s /usr/bin/x86_64-redhat-linux-gnu-pkg-config /usr/bin/x86_64-redhat-linux-pkg-config
 
 # config with sccache based on Rust image, i.e. older libostree but shorter setup and rustup access
 .rust-ostree-devel: